home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / fm_ext.zip / MY_FMEXT.H < prev    next >
Text File  |  1992-11-04  |  230b  |  14 lines

  1. #define IDM_MYFMEXT  50
  2.  
  3. #define FILE_NAME_LENGTH    45
  4.  
  5. #define MAIN_WIDTH        400
  6. #define MAIN_HEIGHT         200
  7.  
  8.  
  9.  
  10. long FAR PASCAL MainWndProc (HWND hWnd,   UINT message,
  11.                  WPARAM wParam, LPARAM lParam);
  12.  
  13. 
  14.